关于<title>的用法

来源:百度知道 编辑:UC知道 时间:2024/05/05 05:02:27
下面哪里不对? 为什么title不能正常显示? 请高手指点~

<html xmlns="http://www.w3.org/1999/xhtml">
<%pid=trim(Request("pid"))
sqlp="select * from product where pid="&pid
set rsp=server.CreateObject("adodb.recordset")
rsp.open sqlp,conn,1,1%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=rsp("pro_name")%></title>
</head>

<body>
<%pid=trim(Request("pid"))
if not isnumeric(pid) then
response.write("参数必须为数字型!")
response.end
end if%>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="180"

html xmlns="http://www.w3.org/1999/xhtml">
<%pid=trim(Request("pid"))
sqlp="select * from product where pid="&pid
set rsp=server.CreateObject("adodb.recordset")
rsp.open sqlp,conn,1,1%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=rsp("pro_name")%></title>
</head>

<body>
<%pid=trim(Request("pid"))
if not isnumeric(pid) then
response.write("参数必须为数字型!")
response.end
end if%>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="180" align="center" valign="